home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
raytrace
/
pov
/
gen
/
lparser3
/
dinofly.ls
< prev
next >
Wrap
Text File
|
1993-12-07
|
1KB
|
41 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
15 # recursion level
10 # basic angle
200 # starting thickness
%C # axiom
C=%ABLW
#-------------------------------------- Body
B=[[+++''aH]|["+++++g]]
a=Fs+;'a
g=Ft+;'g
s=[------::cc!!!!ZFcccZ]
t=[cc!!!!&&[FFcccZ]^^^^FFcccZ]
#-------------------------------------- Wing
W=['''%[++<<<!!cb][++>>>!!cb]]
b=F!+F+;'b
#-------------------------------------- Head
H=[*+++++++++'''''!!!>>>>>>>>>&&&&&&[???h][???k]%^^[??k]]
k=[Z?Z?Zj]
j=Z[co]!'j
o=&&&&&&&&&!!!!!!!!!!!F
h=[^^lcccc"?Z][^^rcccc"?Z]
l=z!+z!+z!+z
r=z!-z!-z!-z
#-------------------------------------- Legs
L=[%''''''"<<[p]>>>>[p]]
p=+++++++++++mi+++nccc??""FF
m=F+:'m
n=FFF'n
i=;i
#-------------------------------------- Arms
A=[&&&&&&&&&'''''''[uR>>>>>>>>>S]|[qR<<<<<<<<<S]]
u=F+:'u
q=F-:'q
R=;"R
#-------------------------------------- Scorpers
S=['''!!x%^^x]
x=[Z?Z?Zy]
y=Z[co]!'^::y
#-------------------------------------- End
@